home *** CD-ROM | disk | FTP | other *** search
/ Aminet 50 / Aminet 50 (2002)(GTI - Schatztruhe)[!][Aug 2002].iso / Aminet / dev / basic / JMildred_ScrMd.readme < prev    next >
Text File  |  2002-05-19  |  2KB  |  61 lines

  1. Short:    How to use Mildred+BBasic with AGA/RTG
  2. Author:   Peter Thor (pettho-0@student.luth.se)
  3. Uploader: Peter Thor (pettho-0@student.luth.se)
  4. Version:  V1.03
  5. Type:     dev/basic
  6. Requires: Blitz Basic, Mildred AGA or RTG
  7. Replaces: JMildred_ScrMd.lha
  8.  
  9. This archive contains example-source of using Mildred and Blitz Basic
  10. with both a GFX-Card and AGA, opening a screenmoderequester and
  11. displaying some chunky-graphics on a screen.
  12.  
  13. It also shows how two types of doublebuffering-routines can be done,
  14. there are other ways too but these are fairly simple.
  15.  
  16. Feel free to use it in any way you like/can.
  17.  
  18. Greetings goes to the blitzlist and all members on it =)
  19.  
  20. (Note, some of the code in the example has already been published on Aminet,
  21. so I assumed I was able to reuse them for clarification instead of pointing
  22. the interested to the corresponding source for pasting it by themselves)
  23.  
  24. Anyway, contact me if you need help with Mildred - it's a wonderful thing :)
  25.  
  26. //Thor
  27. E-Mail: pettho-0@student.luth.se
  28. IRC: IRCNet - #Amiga, nick: Joru
  29. ICQ: 11277616
  30.  
  31. ;--
  32.  
  33. History:
  34.  
  35. V1.03 - 18.05.2002
  36. ------------------
  37. -  Added some compile-time constants the user can select upon compiling (#CLOSEWB)
  38. -  Using Timer.device to calculate FPS instead of built-in commands
  39. -  Changed size.w -> size.l in .jbitmap because it caused memoryleaks because of overflow
  40. -  Changed InitBBitmap to allocate BitMap in either Fast/Chip if running RTG/AGA
  41. -  Note: There seems to be some problems with P96, I personally use CGX but I am trying to find
  42.    as many bugs as posslible, more code has and will be added to fully support P96
  43.  
  44. V1.02 - 24.04.2001
  45. ------------------
  46. -  Added doublebuffering for AGA
  47. -  Added FreeBBitmap{}, InitBBitmap{}, CalcFPS{}
  48. -  Added CloseWorkbench{}, OpenWorkbench{}
  49. -  Renamed some routines and changed some, fixed some bugs and shite =)
  50. -  Tested on RTG (CGX3), AGA/DBLAGA, NTSC/DBLNTSC and EURO:36Hz
  51.  
  52. V1.01 - 11.04.2001
  53. ------------------
  54. -  Added different rastport-blitting modes (WPA|WPA8|WCP)
  55. -  Added doublebuffering routine for RTG
  56. -  Added some moving blocks
  57.  
  58. V1.01 - 07.04.2001
  59. ------------------
  60. - Uploaded to Aminet
  61.